#banner1 { width:988px; height:100px; overflow:hidden; position:relative; clear:both;}
#banner1 .hd {
	position: absolute;
	z-index: 1;
	right: 5px;
	bottom: 10px;
}
#banner1 .hd ul { overflow:hidden; zoom:1; float:left;}
#banner1 .hd ul li {
	float: left;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1;
	list-style: none;
	border: 1px solid #FFF;
}
#banner1 .hd ul li.on { background:#F00; font-weight:bold; filter:alpha(opacity=100); opacity:1; color:#fff;}



#banner2 { width:1003px; height:209px; overflow:hidden; position:relative; clear:both;}
#banner2 .hd2 {
	position: absolute;
	z-index: 1;
	right: 5px;
	bottom: 10px;
}
#banner2 .hd2 ul { overflow:hidden; zoom:1; float:left;}
#banner2 .hd2 ul li {
	float: left;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1;
	list-style: none;
	border: 1px solid #FFF;
    border-radius:25px;
}
#banner2 .hd2 ul li.on { background:#F00; font-weight:bold; filter:alpha(opacity=100); opacity:1; color:#fff;}